Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

283
Views
Trying to run Node.js container on docker: "/usr/local/bin/docker-entrypoint.sh: 11: exec: .: Permission denied"

I've been stuck with that for a while and all other solutions I tried do not give me any good results.

I'm running docker on Windows 11.

Here is how my Dockerfile currently is:

FROM node

RUN mkdir -p /home/node/app && chown -R node:node /home/node/app

RUN chmod +x /usr/local/bin/docker-entrypoint.sh

WORKDIR /home/node/app

USER node

COPY --chown=node:node package.json .

COPY --chown=node:node . .

RUN npm install

CMD ["node", "js/main.js"]

And it still gives me a permission error! I'm out of ideas and my friends do not know how to help me either.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!